Skip to content

docs: additional verifications#53

Merged
vbreuss merged 3 commits intomainfrom
topic/document-additional-verifications
Jan 18, 2026
Merged

docs: additional verifications#53
vbreuss merged 3 commits intomainfrom
topic/document-additional-verifications

Conversation

@vbreuss
Copy link
Copy Markdown
Member

@vbreuss vbreuss commented Jan 18, 2026

This PR enhances the documentation by adding a new section explaining additional verification capabilities for mocks. It introduces two verification methods that help ensure test completeness and quality.

Key Changes:

  • Added documentation for AllInteractionsAreVerified method to verify all mock interactions are checked
  • Added documentation for AllSetupsAreUsed method to ensure all mock setups are utilized

@vbreuss vbreuss self-assigned this Jan 18, 2026
Copilot AI review requested due to automatic review settings January 18, 2026 08:18
@vbreuss vbreuss added the documentation Improvements or additions to documentation label Jan 18, 2026
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR enhances the documentation by adding a new section explaining additional verification capabilities for mocks. It introduces two verification methods that help ensure test completeness and quality.

Changes:

  • Added documentation for AllInteractionsAreVerified method to verify all mock interactions are checked
  • Added documentation for AllSetupsAreUsed method to ensure all mock setups are utilized

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread README.md Outdated
Copilot AI review requested due to automatic review settings January 18, 2026 08:20
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 1 out of 1 changed files in this pull request and generated no new comments.


💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@vbreuss vbreuss enabled auto-merge (squash) January 18, 2026 08:20
@sonarqubecloud
Copy link
Copy Markdown

@github-actions
Copy link
Copy Markdown

github-actions Bot commented Jan 18, 2026

🚀 Benchmark Results

Details

BenchmarkDotNet v0.15.8, Linux Ubuntu 24.04.3 LTS (Noble Numbat)
AMD EPYC 7763 2.60GHz, 1 CPU, 4 logical and 2 physical cores
.NET SDK 10.0.102
[Host] : .NET 10.0.2 (10.0.2, 10.0.225.61305), X64 RyuJIT x86-64-v3
DefaultJob : .NET 10.0.2 (10.0.2, 10.0.225.61305), X64 RyuJIT x86-64-v3

Method Mean Error Allocated
Dummy_aweXpect 0.0 ns 0.0 ns -

@github-actions
Copy link
Copy Markdown

Test Results

  8 files  ±0    8 suites  ±0   3s ⏱️ ±0s
 93 tests ±0   92 ✅ ±0  1 💤 ±0  0 ❌ ±0 
627 runs  ±0  626 ✅ ±0  1 💤 ±0  0 ❌ ±0 

Results for commit f907fdb. ± Comparison against base commit 590b8a3.

@vbreuss vbreuss merged commit 6ee6925 into main Jan 18, 2026
12 checks passed
@vbreuss vbreuss deleted the topic/document-additional-verifications branch January 18, 2026 08:23
@github-actions
Copy link
Copy Markdown

This is addressed in release v1.0.0.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Improvements or additions to documentation state: released The issue is released

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants